home *** CD-ROM | disk | FTP | other *** search
- //***********************************************************************
- //
- // Resource.h
- //
- //***********************************************************************
-
- #define IDR_MAINFRAME 100
- #define IDR_CONTEXTMENU 101
-
- #define IDM_FILE_NEW 110
- #define IDM_FILE_EXIT 111
-
- #define IDM_WIDTH_VTHIN 120
- #define IDM_WIDTH_THIN 121
- #define IDM_WIDTH_MEDIUM 122
- #define IDM_WIDTH_THICK 123
- #define IDM_WIDTH_VTHICK 124
-
- #define IDM_COLOR_BLACK 130
- #define IDM_COLOR_BLUE 131
- #define IDM_COLOR_GREEN 132
- #define IDM_COLOR_CYAN 133
- #define IDM_COLOR_RED 134
- #define IDM_COLOR_MAGENTA 135
- #define IDM_COLOR_YELLOW 136
- #define IDM_COLOR_WHITE 137
-